Skip to content

Conversation

@ViggoC
Copy link
Contributor

@ViggoC ViggoC commented Nov 5, 2025

What's Changed

Flight SQL JDBC related StringView components implementation.

Closes #110.

@github-actions

This comment has been minimized.

@ViggoC
Copy link
Contributor Author

ViggoC commented Nov 5, 2025

@lidavidm I have drafted something; could you help me determine if I am on the right track? Currently, all the tests are being modified in-place, and I plan to refine them further. Do you think there are additional tests I should include?

@lidavidm lidavidm added the enhancement PRs that add or improve features. label Nov 10, 2025
Copy link
Member

@lidavidm lidavidm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks reasonable to me.

new FieldType(
true,
ArrowType.Utf8.INSTANCE,
ArrowType.Utf8View.INSTANCE,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ideally we add a new assertion instead of removing the existing one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement PRs that add or improve features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Java] Flight SQL JDBC related StringView components implementation

2 participants